home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000283_news@newsmaster….columbia.edu _Tue Mar 10 04:27:11 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA00161
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 10 Mar 1998 04:26:59 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id EAA17130
  7.     for kermit.misc@watsun; Tue, 10 Mar 1998 04:26:59 -0500 (EST)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!newsfeed.ecrc.net!newsfeed.ecrc.net!newsfeed2.ecrc.net!news.siemens.de!news.mch.sni.de!michel
  9. From: Michel.Dalle@sni.be (Michel Dalle)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Opening shared files with Kermit 95 ?
  12. Date: Tue, 10 Mar 1998 11:16:18 GMT
  13. Organization: Siemens Nixdorf
  14. Lines: 21
  15. Message-ID: <6e2vv7$ii5$1@horus.mch.sni.de>
  16. References: <6e1655$8n9$1@horus.mch.sni.de> <6e1cnt$fga$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: michel.ch.sni.be
  18. X-Newsreader: News Xpress 2.01
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8477
  20.  
  21. In article <6e1cnt$fga$1@apakabar.cc.columbia.edu>, jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote:
  22. >In article <6e1655$8n9$1@horus.mch.sni.de>,
  23. >Michel Dalle <Michel.Dalle@sni.be> wrote:
  24. >:...
  25. >: is there a way, in Kermit 95, to open shared files (where some bytes are 
  26. >: already locked by another application) ?
  27. >:...
  28. >No.  Kermit Script files must not be opened for writing by another application.
  29.  
  30. Maybe I wasn't clear enough : my question was how OTHER (data-) files could be 
  31. read BY a Kermit script (while they were already opened by another 
  32. application) :
  33.  
  34. See original post :
  35.  
  36. >>In the meantime, the Kermit script may have to open the same logfile to check 
  37. >>which files are to be transmitted. However, when I try to "open read 
  38. >>logfile" when the NT application has locked those bytes, the only result I get 
  39. >>is errno 13 (Permission denied).
  40.  
  41. Michel.